home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-27 | 844 b | 23 lines | [TEXT/KAHL] |
- // -----------------------------------------------------------------------------
- // File : demoWind.h
- // Date : October 14, 1994
- // Author : Jim Stout
- // Purpose : routines used for the demoCDEF Window
- //
- // -----------------------------------------------------------------------------
-
- void doNewControls (WindowPtr theWindow);
- void doSwapControls (WindowPtr theWindow);
- void doChangeColor (WindowPtr theWindow);
- void doChangePat (WindowPtr theWindow, Boolean redraw);
- void doControlClick (ControlHandle theCtl, short thePart);
- void doProgress (void);
-
-
- void make3DControls (WindowPtr theWindow);
- void makePopupControls (WindowPtr theWindow);
- void makeArrowControls (WindowPtr theWindow);
- void makeDateControls (WindowPtr theWindow);
- void makeSliderControls (WindowPtr theWindow);
- void makeProgressControls(WindowPtr theWindow);
-